home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / delphi1 / lessons.exe / lesson4 / TODOLIST / CLOSEMSG.DFM / CLOSEMSG.txt
Encoding:
Text File  |  1996-04-09  |  609 b   |  30 lines

  1. object CloseMsgForm: TCloseMsgForm
  2.   Left = 200
  3.   Top = 101
  4.   BorderStyle = bsDialog
  5.   Caption = 'A Completely gratuitous dialog box'
  6.   ClientHeight = 42
  7.   ClientWidth = 384
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 369
  20.     Height = 25
  21.     Caption = 'Please wait while the clock closes down'
  22.   end
  23.   object Timer1: TTimer
  24.     Enabled = False
  25.     Interval = 10000
  26.     OnTimer = Timer1Timer
  27.     Left = 344
  28.   end
  29. end
  30.